[Previous] [Next] [Index] [Thread]

Re:A problem with Navigator's cache



At 2:31 PM 8/22/96, you wrote:
> [snip...]
> Is there any way that the server can tell Navigator that it is not
> allowed to cache a certain document at all?

Use the HTTP header:

Pragma: no-cache

This causes Navigator to (1) not cache the page in memory so it doesn't
display when clicking "back", (2) not to cache POST data in the fat-db
file.

Works on secure and unsecure documents.

-Dave